projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738429d
)
(event-modifiers): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 22:02:35 +0000
(22:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 22:02:35 +0000
(22:02 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index d5260e67d84fc7a3224d0aed3cd11ea2c8305d5f..591493e42fc0859ff337d850777dd7dbeaa3176d 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-252,8
+252,7
@@
The normal global definition of the character C-x indirects to this keymap.")
(defun event-modifiers (event)
"Returns a list of symbols representing the modifier keys in event EVENT.
The elements of the list may include `meta', `control',
-`shift', `hyper', `super', `alt'.
-See also the function `event-modifier-bits'."
+`shift', `hyper', `super', `alt', `click', `drag', and `down'."
(let ((type event))
(if (listp type)
(setq type (car type)))